/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #faf9eb;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{
	background: url(../img/bg-top.jpg) repeat-x;
	height: 288px;
}
.logo{
	background: url(../img/top.jpg) no-repeat;
	height: 288px;
}
.content{
	background: url(../img/content.jpg) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{
	background: url(../img/bg-bottom.jpg) repeat-x;
	height: 122px;
}
.bottom-logo{
	background: url(../img/bottom.jpg) no-repeat;
	height: 122px;
}